associated Feature Id
open fun associatedFeatureId(@Nullable() associatedFeatureId: String): ViewAnnotationOptions.Builder
Content copied to clipboard
Optional style symbol id connected to given view annotation.View annotation's visibility behaviour becomes tied to feature visibility where feature could represent an icon or a text label.E.g. if the bounded symbol is not visible view annotation also becomes not visible.Note: Invalid associatedFeatureId (meaning no actual symbol has such feature id) will lead to the cooresponding annotation to be invisible.